Configurates
C1.Web.Mvc.FlexGridBase<T>.ImeEnabled. Sets a value that determines whether the grid should support Input Method Editors (IME) while not in edit mode.
Syntax
'Declaration
Public Overridable Function ImeEnabled( _
ByVal As Boolean _
) As TBuilder
public virtual TBuilder ImeEnabled(
bool
)
Parameters
- value
- The value.
Return Value
Current builder.
See Also